FlexReport for WPF
IndexOf メソッド (C1KeyedList<TKey,TItem>)


C1.WPF.Document アセンブリ > C1.WPF.Document 名前空間 > C1KeyedList<TKey,TItem> クラス : IndexOf メソッド
ドキュメントページオブジェクト。
ドキュメント内の指定されたページのインデックスを取得します。
シンタックス
'宣言
 
Public Function IndexOf( _
   ByVal item As TItem _
) As System.Integer
'使用法
 
Dim instance As C1KeyedList(Of TKey,TItem)
Dim item As TItem
Dim value As System.Integer
 
value = instance.IndexOf(item)
public System.int IndexOf( 
   TItem item
)

パラメータ

item
ドキュメントページオブジェクト。

戻り値の型

ドキュメント内の指定されたページのインデックス。
参照

C1KeyedList<TKey,TItem> クラス
C1KeyedList<TKey,TItem> メンバ